home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / dalla rivista / host contacted / imengv3.41p2.lha / ImEngV3.41p2 / Notes / AddTexture.notes < prev    next >
Text File  |  1999-10-16  |  1KB  |  69 lines

  1.  
  2.  
  3. Image Engineer script - AddTexture v1.00
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script adds tileable texture as a frame around picture.
  10.  
  11.  
  12. REQUIREMENTS
  13.  
  14.   Image Engineer v3.41 (Wision release 2)
  15.  
  16.  
  17. INSTALLATION
  18.  
  19.   This script belongs to Image Engineer distribution, so it
  20.   should allready be in IE:Arexx/, where it belongs.
  21.  
  22.  
  23. USAGE
  24.  
  25.   Activate window of an image you want to add texture frame around.
  26.  
  27.   Run the script and choose an existing tileable texture using
  28.   a filerequester. Set framewidth using the slider.
  29.  
  30.  
  31. ARGUMENTS
  32.  
  33.   AddSpace.rexx <pic> <texturefile> <bordersize>
  34.  
  35.   <pic>          name of a picture (in IE)
  36.   <texturefile>  full path of existing texturefile
  37.   <bordersize>   width of frame
  38.  
  39.  
  40.  
  41.   AmigaDOS
  42.  
  43.     Sys:Rexxc/RX AddTexture.rexx <arguments>
  44.     Sys:Rexxc/RX AddTexture.rexx 000_testpic.iff gfx:Tileable_Textures/fire3.jpg 20
  45.  
  46.  
  47.  
  48.   Other scripts:
  49.  
  50.     ADDRESS COMMAND "Sys:Rexxc/RX IE:Arexx/AddTexture.rexx <arguments>"
  51.  
  52.     Next lines return you the name of new picture.
  53.  
  54.     PROJECT_LIST
  55.     xyz=result
  56.     pic=subword(xyz,1,1)
  57.  
  58.  
  59.  
  60.  
  61.  
  62. HISTORY
  63.  
  64.   1.00
  65.  
  66.   History started
  67.  
  68.  
  69.